X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=52c6926a4614efe9f5366b5214ef80743758792f;hb=885941ba40b854b714fb793875b2987403ce2c72;hp=945ff9024d1b3f8da77eb919e6c28141a8d3b3aa;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index 945ff9024d..52c6926a46 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,27 +1,27 @@ -\version "2.1.22" +\version "2.4.0" \header { texidoc = "Note head lines (e.g. glissando) run between centers of the note heads." } -su = \notes{ \change Staff = up} -sd = \notes{ \change Staff = down} +su = { \change Staff = up} +sd = { \change Staff = down} \score { \context PianoStaff - \notes << - \context Staff = up { + << + \context Staff = "up" { \set PianoStaff.connectArpeggios = ##t \showStaffSwitch \clef F c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1 } - \context Staff = down { + \context Staff = "down" { \clef F s1*4 } >> -\paper { +\layout { linewidth = 8.0 \cm } }