lilypond-user
[Top][All Lists]
Advanced

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

MagnifyStaff Bug?


From: Carl-Henrik Buschmann
Subject: MagnifyStaff Bug?
Date: Sun, 15 May 2016 15:30:16 +0200

I’m trying to typeset a very simple piano and violin arrangement and while doing the piano part I wanted to have the violin staff «cue sized» as a reference to the pianist. I used \magnifyStaff and while it works wonders, it gives me this at the end of each system:

http://i.imgur.com/6UNkJkA.png

This is weird. Any idea why this happens? Is there perhaps a better way of doing this?


\score {
    <<
      \new Staff \with {
        \magnifyStaff #5/7
        instrumentName = #"Violin "
        shortInstrumentName = #"Vln. "
      }
      {
        <<\melody \violinDynamics \repeatBars>>
      }

      \new PianoStaff  \with {
        instrumentName = #"Piano "
        shortInstrumentName = #"Pno. "
      }
      <<
        \new Staff = "Right" <<\pianoNotesRight \repeatBars>>
        \new Dynamics = "Dynamics" \pianoDynamics
        \new Staff = "Left" <<\pianoNotesLeft \repeatBars>>
      >>
    >>
  }



reply via email to

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