]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/alternative-breve-note.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / alternative-breve-note.ly
diff --git a/Documentation/snippets/new/alternative-breve-note.ly b/Documentation/snippets/new/alternative-breve-note.ly
deleted file mode 100644 (file)
index 0534ef1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-\version "2.14.0"
-\header {
-  lsrtags = "rhythms,expressive-marks"
-  texidoc = "This code demonstrates how to use the alternative breve note
-with two vertical lines on each side of the notehead instead of one line."
-  doctitle = "Alternative breve notehead with double vertical lines"
-}
-
-\relative c'' {
-  \time 4/2
-  \override Staff.NoteHead #'style = #'altdefault
-  c\breve | b\breve
-}