]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-octave.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-octave.ly
index ac86e81c6d21699be33e64beeda75a7e4d9d456e..effdfec520e58c692f5cffe888b53c1fc95c03f1 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "2.2.0"
+\version "2.16.0"
 
 \header {
-texidoc="
+  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 @@ are also automatically printed but the octavation has been dropped out.
 
 
 
-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
+   }
+ >>