Federico Bruni writes:
> Il giorno sab 16 lug 2016 alle 16:31, pkarl ha
> scritto:
>> It would be so nifty if the following snippet produced equivalent
>> output in the midi file to what is produced in the pdf:
[Example using \repeat volta only in one Staff and expecting other
Staves to inherit
Il giorno sab 16 lug 2016 alle 16:31, pkarl ha
scritto:
It would be so nifty if the following snippet produced equivalent
output in the midi file to what is produced in the pdf:
\version "2.19.38"
musicA = \relative {
\set Staff.instrumentName = "A"
\repeat volta 2 {
c''4 d e
It would be so nifty if the following snippet produced equivalent output
in the midi file to what is produced in the pdf:
\version "2.19.38"
musicA = \relative {
\set Staff.instrumentName = "A"
\repeat volta 2 {
c''4 d e f
}
f d e c
\bar "|."
}
musicB = \relative {