\version "2.14.1" #(set-default-paper-size "a4") #(set-global-staff-size 16) #(ly:set-option 'point-and-click #f) %{ ********************************* * Musique et paroles * ********************************* %} upper = \relative c' { \clef treble \repeat unfold 20 {c4 c c c~} c1 } %{ ***************** * Partition * ***************** %} \paper { % indent = 15\mm short-indent = 4\cm } \score { \new Voice = "voix" { \set Staff.instrumentName = "Sop." %\override Staff.InstrumentName #'padding = #-2 \set Staff.shortInstrumentName = "S" \upper } }