X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-single-double.ly;h=5776a79ea88ff64af868ee190985e40ff9b20cae;hb=93ba565c5193199defb3c3cd899bb8887184b891;hp=22fb639c6c995d27d63d564f2711f8b010f29391;hpb=4999ca7071552a84c842839c84437279515a543d;p=lilypond.git diff --git a/input/regression/accidental-single-double.ly b/input/regression/accidental-single-double.ly index 22fb639c6c..5776a79ea8 100644 --- a/input/regression/accidental-single-double.ly +++ b/input/regression/accidental-single-double.ly @@ -1,6 +1,7 @@ -\version "1.7.18" + +\version "2.11.51" \header{ -texidoc=" + texidoc=" A sharp sign after a double sharp sign, as well as a flat sign after a double flat sign is automatically prepended with a natural sign. @@ -8,16 +9,19 @@ natural sign. } +\layout { ragged-right = ##t } -thenotes = \notes \relative cis' { \time 4/4 -gisis'4 gis gisis ges | +thenotes = \relative cis' { + \time 4/4 + gisis'4 gis geses ges | } -\score { < \context Staff \thenotes - \context NoteNames { - \property NoteNames.NoteName \override #'no-spacing-rods = ##f - \thenotes - } - > -} -%% new-chords-done %% +<< + \context Staff \thenotes + \context NoteNames { + \override NoteNames.NoteName #'no-spacing-rods = ##f + \thenotes + } +>> + +