[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3379 in lilypond: NR 2.4.1: which context for \tab
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3379 in lilypond: NR 2.4.1: which context for \tabFullNotation? |
Date: |
Sun, 26 May 2013 21:23:32 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Documentation
New issue 3379 by address@hidden: NR 2.4.1: which context for
\tabFullNotation?
http://code.google.com/p/lilypond/issues/detail?id=3379
Reported by Harm:
http://lists.gnu.org/archive/html/lilypond-user/2013-05/msg00769.html
NR 2.4.1 states:
"If all musical symbols used in traditional notation should also show
up in tablature one has to apply the command \tabFullNotation in a
TabStaff-context."
http://lilypond.org/doc/v2.17/Documentation/notation/common-notation-for-fretted-strings#default-tablatures
Though, in /ly/property-init.ly `tabFullNotation' is defined:
tabFullNotation = {
\revert TabStaff.TimeSignature.stencil
\revert TabVoice.Stem.length
...
}
i.e. reverting properties belonging to TabStaff _and_ TabVoice.
Including the following layout and commenting _one_ context, you'll
see some grobs removing some not:
\layout {
\context {
\TabStaff
\tabFullNotation
}
\context {
\TabVoice
\tabFullNotation
}
}
I'd call it a bug in the documentation.
For now you can use:
\layout { \tabFullNotation }
Thanks to David Kastrup, that it works this way.
(Or include \tabFullNotation in every voice)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- [Lilypond-auto] Issue 3379 in lilypond: NR 2.4.1: which context for \tabFullNotation?,
lilypond <=