File: embedded-strings-comments.ly

package info (click to toggle)
lilypond 2.24.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 70,352 kB
  • sloc: cpp: 87,962; lisp: 43,344; xml: 31,269; python: 22,974; sh: 4,090; yacc: 4,080; perl: 2,873; lex: 1,387; makefile: 76
file content (14 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\version "2.21.0"

\header {
  texidoc = "Strings and comments inside of @code{#@{@dots{}#@}}
should not be confiusing to the embedded LilyPond parser.  If this
test succeeds, three notes with @code{(#)}, @code{($)}, and @code{(%)}
underneath will get displayed here."
}

\layout { ragged-right = ##t }

$#{ c'4-"(#)" %
    e'-"($)" %{$%}g'2-"(%)" %{%}
#}