-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clef and implicit voice #31
Comments
There is happening something strange. The implicit Voice is created and
counted, but somehow not added to the list. I'll investigate further!
Am 28.02.20 um 11:09 schrieb Davide Liessi:
… I thought that a clef in a staff in parallel with other voices would
instantiate an implicit voice: either that is not the case, or the EE is
not detecting it.
Example 1:
|\version "2.19.84" \include "oll-core/package.ily" \loadPackage
edition-engraver \consistToContexts #edition-engraver Score.Voice \score
{ \new Staff << %\new Voice = "staff1-clef" \clef "treble" \new Voice =
"staff1-spacer" { s1 } \new Voice = "staff1-note" { c'1 } >> } |
Edition log 1:
|[context-counter] Score: (0 . \new) [context-counter] Score/A: \new
[context-counter] Voice: (1 . staff1-note) [context-counter] Voice/A:
staff1-spacer [context-counter] Voice/B: staff1-note (Score A) "\new"
(Voice A) "staff1-spacer" (Voice B) "staff1-note" |
Example 2:
|\version "2.19.84" \include "oll-core/package.ily" \loadPackage
edition-engraver \consistToContexts #edition-engraver Score.Voice \score
{ \new Staff << \new Voice = "staff1-clef" \clef "treble" \new Voice =
"staff1-spacer" { s1 } \new Voice = "staff1-note" { c'1 } >> } |
Edition log 2:
|[context-counter] Score: (0 . \new) [context-counter] Score/A: \new
[context-counter] Voice: (2 . staff1-note) [context-counter] Voice/A:
staff1-clef [context-counter] Voice/B: staff1-spacer [context-counter]
Voice/C: staff1-note (Score A) "\new" (Voice A) "staff1-clef" (Voice B)
"staff1-spacer" (Voice C) "staff1-note" |
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31?email_source=notifications&email_token=AAYVMTX73LQ5X72XNCP7BC3RFDPGRA5CNFSM4K5NDYOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRCAUNA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYVMTQUAKR72U3IZ2RXLI3RFDPGRANCNFSM4K5NDYOA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought that a clef in a staff in parallel with other voices would instantiate an implicit voice: either that is not the case, or the EE is not detecting it.
Example 1:
Edition log 1:
Example 2:
Edition log 2:
The text was updated successfully, but these errors were encountered: