X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-octave.ly;h=129f579599df7ed2653145191def40ddc913a72b;hb=8269167231f9ef8fd2a62e066e0695255f2a1088;hp=e97ba69b666f19408763c056aa76be70adbe23bf;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/accidental-octave.ly b/input/regression/accidental-octave.ly index e97ba69b66..129f579599 100644 --- a/input/regression/accidental-octave.ly +++ b/input/regression/accidental-octave.ly @@ -1,10 +1,10 @@ -\version "2.1.36" +\version "2.12.0" \header { -texidoc=" -This shows how accidentals in different octaves are handled. -(DOCME) + texidoc=" +This shows how accidentals in different octaves are handled. The note names +are also automatically printed but the octavation has been dropped out. " @@ -12,19 +12,16 @@ This shows how accidentals in different octaves are handled. -mel = \notes \transpose c c' { +mel = \transpose c c' { \time 4/4 \key d \major gis4 g' g gis' | gis2 g' | g1 | gis | g | gis' | g | fis4 f' f fis' | fis2 f' | f1 | fis | f | fis' | f | \bar "|." \break } -\score { - << \context Staff \mel - \context NoteNames{ - \set printOctaveNames= ##f - \mel - } - >> -} - +<< \context Staff \mel + \context NoteNames{ + \set printOctaveNames= ##f + \mel + } + >>