]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-lines.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / bar-lines.ly
index c49a694a4fdc8f15d843e1534c7310591534795a..ff13cafa818164f571db4604ae8cbbf01a91d69e 100644 (file)
@@ -1,13 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.3.4"
 \header {
     texidoc = "@cindex Bar Lines
-Different types of bar lines demonstrated.
+There a many types of bar lines available.
 " }
-
+% TODO: dashed "|", HJJ
 \score
 {
-\notes \relative c'' {
+ \relative c'' {
 c4
 \bar "|." c
 \bar "|:"c
@@ -16,7 +16,7 @@ c4
 \bar ".|" c
 \bar ".|." c
 \bar "|"  c
+\bar ":" c
 } 
 \paper{raggedright = ##t}
 }
-