lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doc: notation-appendices.itely - added 2 Clefs (issue 104520043 by a


From: markpolesky
Subject: Re: Doc: notation-appendices.itely - added 2 Clefs (issue 104520043 by address@hidden)
Date: Fri, 04 Jul 2014 21:12:38 +0000

On 2014/07/04 10:29:15, J_lowe wrote:
The problem is (else I would have done what you suggested) is that one
cannot
just use

\clef moderntab { c1 } and it will print like \clef tab { c1 }, so I
was trying
to show that to get that specific clef you must (so it seems) use the
\new
TabStaff { .. } construct.

Okay, but "\clef tab" needs "\new TabStaff" as well (right now it's
showing 5 lines and a whole note, instead of 6 lines and a fret number).
 So then the last two items look like this:

***************************

@tab
@c @example does not work as expected within multitables
@code{
\new TabStaff @{ @*
@ @ \clef tab @*
@}
}
@tab
@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
\new TabStaff {
  \clef tab
  c1
}
@end lilypond

@item
@c @example does not work as expected within multitables
@code{
\new TabStaff @{ @*
@ @ \clef moderntab @*
@}
}
@tab
@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
\new TabStaff {
  \clef moderntab
  c1
}
@end lilypond

***************************

By the way, in the other items, you could remove all those excess
brackets:

@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
\clef G
c1
@end lilypond

https://codereview.appspot.com/104520043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]