James writes:
> Anyway, it is useful I think to mention this somehow in the
> documenation, but apart from numerals what other characters would
> break LP's syntax in this specific regard?
Words are formed by letters and non-ASCII characters, with single
hyphens or underlines allowed inside.
So
On 20/12/13 16:49, Paul Morris wrote:
David Kastrup wrote
One reason that has not been done is that the names of context and grob
properties are under our control.
Tags are under user control.
You can write
\tag #'violin1
but you cannot write
\tag violin1
since "violin1" does not obey the
Helge Hafting ntebb.no> writes:
> \new PianoStaff
> <<
> \new Staff = "up" \relative a' {
> a2 e2
> \mark \default
Due to issue 34, we need here: \grace s8
> }
> \new Staff = "down" \relative f' {
> a2 e2
> \acciaccatura e8 a1
>
> I am not top-posting.
Using an acciaccatura blanks out the staff lines of another Staff.
My minimal example:
\version "2.17.97"
score {
\new PianoStaff
<<
\new Staff = "up" \relative a' {
a2 e2
\mark \default
%Remove the mark, and the error goes away!