X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdots.ly;h=774022819f1cd6bc6cf4832062c13c999f393030;hb=ce49c007e453c5575cc82fc0c26f2d1e8ff11803;hp=ddeb2af15d05f27704a364e996b6090cd0b9708d;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/dots.ly b/input/regression/dots.ly index ddeb2af15d..774022819f 100644 --- a/input/regression/dots.ly +++ b/input/regression/dots.ly @@ -1,7 +1,7 @@ -\version "2.4.0" \header{ +\version "2.11.51" \header{ - texidoc=" Noteheads can have dots, and rests too. + texidoc=" Both noteheads and rests can have dots. Augmentation dots should never be printed on a staff line, but rather be shifted vertically. They should go up, but in case of multiple parts, the down stems have down shifted dots. In case of @@ -22,23 +22,19 @@ The priorities to print the dots are (ranked in importance): -\score { - \context Voice \relative c'' { - \time 6/8 - d4. g,, - \stemDown - 4. - - - - << - { f r4. }\\ - { b, r4. } - >> - - - } - \layout { } - \midi { } +\context Voice \relative c'' { + \time 6/8 + d4. g,, + \stemDown + 4. + + + + << + { f r4. }\\ + { b, r4. } + >> + + }