X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fnote-line.ly;h=88131f516d16125fb934cbb903d9af4ad1a62944;hb=8caa93a92615d4e6fcf8c2708643060b9ccf4e6d;hp=19e7667764e857e4c2b9c908fd42602d0c4041b4;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index 19e7667764..88131f516d 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,29 +1,30 @@ -\version "2.1.30" +\version "2.17.6" \header { -texidoc = "Note head lines (e.g. glissando) + 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 { - \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 { - \clef F s1*4 - } - >> -\paper { - linewidth = 8.0 \cm -} + +\layout { + line-width = 8.0 \cm } +\context PianoStaff +<< + \new Staff = "up" { + \override Glissando.breakable = ##t + \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 + } + \new Staff = "down" { + \clef F s1*4 + } +>> +