]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/identifier-quoted.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / identifier-quoted.ly
diff --git a/input/regression/identifier-quoted.ly b/input/regression/identifier-quoted.ly
new file mode 100644 (file)
index 0000000..fa60533
--- /dev/null
@@ -0,0 +1,26 @@
+\header
+{
+
+texidoc = "Music identifiers containing arbitrary characters may be
+initialized using
+@example
+\"violin1\" = @{ c''4 c'' c'' c'' @}
+@end example
+and used as:
+@example
+\\new Voice @{ \\\"violin1\" @}
+@end example
+"
+
+}
+
+\version "2.17.28"
+
+"violin1" = { c''4 c'' c'' c'' }
+"violin2" = { a'4 a' a' a' }
+
+\layout { ragged-right = ##t }
+
+{
+  << \"violin1" \\ \"violin2" >>
+}