lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mesures d'égale longueur


From: NOreply
Subject: Re: mesures d'égale longueur
Date: Tue, 29 Jan 2019 03:45:12 -0700 (MST)

Une "vraie" grille d'accords, sans mesure de 1° fois, mais on ne peut faire
que 2 lignes avec cette méthode:
http://lilybin.com/vu2vlb/1

%%%%%%%%%%%%%%%%%%%%%%%%%%%
\score {
  % accords
    << \chords {
             \override ChordName.extra-offset = #'(0 . -4.5)

      c1 g2 f  c1 f   } 

% grille
        \new Staff \with {
    \override VerticalAxisGroup.default-staff-staff-spacing =
      #'( (padding . 0))
  }
     
      { \stopStaff 
        \override Staff.StaffSymbol.line-positions = #'( 4 -8 )
        \startStaff
         s1 s s s  }
     
  %%%%%%%%%%%%%%%%
  %grille
        \new Staff  << { \stopStaff 
        \override Staff.StaffSymbol.line-positions = #'( 4 -8 )
        \startStaff
        s1 s s s }
% accords
\chords  {    
\override ChordName.extra-offset = #'(0 . 4.5)
  c1 g2 f  c1 f     }
  >> 
>>   } 
  %%%%%%%%%%%%%%%%%%%%%%%%%%
  \layout {
    \override Staff.Clef.stencil = ##f
    \override Staff.TimeSignature.stencil = ##f
  ragged-last = ##f
    \context {
      \Score      
      proportionalNotationDuration = #(ly:make-moment 1/8)
        \override BarNumber.stencil = ##f    
    }
  }

%%%%%%%%%%




--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]