lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI output of multiple scores into a single MIDI file?


From: Dossy Shiobara
Subject: Re: MIDI output of multiple scores into a single MIDI file?
Date: Sun, 29 Sep 2013 23:15:41 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On 9/29/13 8:34 PM, Thomas Morley wrote:
> Hi Dossy,
>
> what David wrote may be illustrated by this example
> [...]

Thanks!   This is interesting ... the voice staff is rendered above the
chord name and fretboards.  In the arrangement I'm working on, I want
the chord names, then freboards, then the voice staff and then the piano
accompaniment.  Specifically, this is right out of my .ly file:

\book {
  \score {
    \new PianoStaff <<
      \new Staff \PianoRHMusicIntro
      \new Staff \PianoLHMusicIntro
    >>
  }

  \score {
    <<
      \set Score.currentBarNumber = #5
      \new ChordNames \GuitarChords
      \new FretBoards \GuitarChords
      \new Voice = "melody" \VoiceMusic
      \new Lyrics \lyricsto melody \VoiceLyrics
      \new PianoStaff <<
        \new Staff \PianoRHMusic
        \new Staff \PianoLHMusic
      >>
    >>
    %\layout { \context { \RemoveEmptyStaffContext } }
  }
}

This (visually) gives me *exactly* what I want.  Your example, even if I
rearrange the order of the elements so that ChordNames is first, then
FretBoards, etc., it still renders the first Voice staff first ...

-- 
Dossy Shiobara         |      "He realized the fastest way to change
address@hidden     |   is to laugh at your own folly -- then you
http://panoptic.com/   |   can let go and quickly move on." (p. 70) 
  * WordPress * jQuery * MySQL * Security * Business Continuity *




reply via email to

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