@snippets
+@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+{alternative-breve-note.ly}
+
@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
{changing-the-number-of-augmentation-dots-per-note.ly}
--- /dev/null
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+\version "2.13.36"
+\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"
+} % begin verbatim
+
+\relative c'' {
+ \time 4/2
+ \override Staff.NoteHead #'style = #'altdefault
+ c\breve | b\breve
+}
--- /dev/null
+\version "2.13.36"
+\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
+}