]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/parenthesize.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / parenthesize.ly
index 22a5068cda667e42b8d74a55070735eec46066e2..f7ea40b93767db810da30f9a8a8cd7d729f1cba3 100644 (file)
   ragged-right = ##t
 }
 
-\version "2.12.0"
+\version "2.19.21"
 
-\relative c' {
-  c4 -\parenthesize -.
+\relative {
+  c'2 -\parenthesize -.
 
-  \override ParenthesesItem #'padding = #0.1
+  \parenthesize \breathe
+
+  \override ParenthesesItem.padding = #0.1
   <d \parenthesize fis a> 
 
 }