lilypond-user
[Top][All Lists]
Advanced

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

Re: The problem of Lilypond changing instrument and the issue of .ly con


From: Eef Weenink
Subject: Re: The problem of Lilypond changing instrument and the issue of .ly converting to MIDI with a custom setting
Date: Wed, 3 Aug 2022 14:00:29 +0000

I think the fastest way to learn this, is to study the templates available: https://lilypond.org/doc/v2.22/Documentation/snippets/templates 

Choose one what looks like you want, copy paste it into your .ly 
and then change small things % in front of a line, so you see what happens. 

and keep what you want. Eef

Op 3 aug. 2022, om 15:15 heeft 柊希里子 <starlitnight0612@gmail.com> het volgende geschreven:

\new StaffGroup \with { systemStartDelimiter =
            #'SystemStartBrace }
        <<
            \new Staff
            <<
                \set Staff.instrumentName = "Violin"
                \set Staff.midiInstrument = #"violin"
               
                \context Staff = "1" <<
                    \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn
                    \context Voice = "PartPOneVoiceOne" {  \PartPOneVoiceOne }
                    >> \context Staff = "2" <<
                    \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn
                    \context Voice = "PartPOneVoiceThree" {  \voiceOne \PartPOneVoiceThree }
                    \context Voice = "PartPOneVoiceTwo" {  \voiceTwo \PartPOneVoiceTwo }
                    \context Voice = "PartPOneVoiceFour" {  \voiceThree \PartPOneVoiceFour }
                    >>
                >>
            >>


reply via email to

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