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
do...@panoptic.com     |   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 *


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to