lilypond-user
[Top][All Lists]
Advanced

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

Changing of default midi instrument


From: Peter Schütt
Subject: Changing of default midi instrument
Date: Fri, 15 Mar 2013 18:47:09 +0100
User-agent: KNode/4.4.11

Hallo,
I am new in Lilypond.
I try to change the default midi instrument (piano) for a song to a violin.

After longer searching I did not find a solution.

Perhaps someone can give me a example.

...
\score {
    <<
    \new ChordNames {
      \set chordChanges = ##t
      \melodyHarmonies
      \refrainHarmonies
    }
    \new Voice = "Strophe" { 
      \autoBeamOff \repeat volta 3 { \melodyStrophe } \break
                            \new Voice = "Refrain" {
                              \autoBeamOff     \repeat volta 2                  
                                   
                                                    \melodyRefrain } 
    }
      \new Lyrics \lyricsto "Strophe" \verseOne 
      \new Lyrics \lyricsto "Strophe" \verseTwo
      \new Lyrics \lyricsto "Strophe" \verseThree 
      \new Lyrics \lyricsto "Refrain" \refrain 
    >>
  \layout { }
  \midi {
    \context { 
      \ChordNameVoice \remove Note_performer 
    } 
  }
}

Thanks for help.

Ciao
  Peter Schütt

-- 
www.pstt.de

Die E-Mail-Adresse funktioniert, kann aber u.U. in Zukunft mal abgeschaltet
werden. Ohne "_remove_this_" wird sie auch in Zukunft noch funktionieren.




reply via email to

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