]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-ottava.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / clef-ottava.ly
index 6556bb351621da7a4a9244bdbf562da5ccd0a080..776fb25b062825f71f0f111e3c58dad6ffe23c21 100644 (file)
@@ -5,21 +5,21 @@
 but they don't confuse one another."
 }
 
-\version "2.11.51"
+\version "2.19.21"
 
 \layout { ragged-right = ##t} 
 
-\relative c''  {
+\relative  {
   \clef "alto"
-  a b c a
-  #(set-octavation 1)
+  a' b c a
+  \ottava #1
   a b c a
   \clef "bass"
   a b c a
-  #(set-octavation 2)
+  \ottava #2
   a b c a
   \clef "treble"
-  #(set-octavation -1)
+  \ottava #-1
   a b c a
 }