X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-line.ly;h=a59378224ee6d83d64c00c68cf53164914bed68b;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=fc93175d19a43890122f9744861e00944e5748f7;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly index fc93175d19..a59378224e 100644 --- a/input/regression/note-line.ly +++ b/input/regression/note-line.ly @@ -1,29 +1,30 @@ -\version "2.6.0" +\version "2.12.0" \header { -texidoc = "Note head lines (e.g. glissando) + texidoc = "Note head lines (e.g. glissando) run between centers of the note heads." } su = { \change Staff = up} sd = { \change Staff = down} -\score { - \context PianoStaff - << - \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 - } - >> + \layout { - linewidth = 8.0 \cm -} + 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 + } +>> +