Greetings -

I'm running ly 2.19.33 under Win7.

I'm trying to remove the first line of the ossia staff from the attached
score. I would appreciate it if someone could tell me where I'm going wrong.

Here's my ly file:

%%%%%%%%%%%%%%%%

\version "2.19.33"

% Ossia Problem

\language "english"

FourA =
\relative c'' {
  \key fs \minor
  \time 4/4

  e4 e cs2 |
  d4 d b2 |
  cs4 cs8 b a4 d4 |
  cs4 cs8 b a4 d |
  cs4 e b2 |
  \break

  % bar 6
  b'4 b gs2 |
  a4 a fs2 |
  gs4 gs8 fs e4 a |
  gs8 gs gs fs e4 a |
  gs4 b fs2 |
}



FourB =
\relative c'' {
  \key fs \minor
  \time 4/4

  r2 a4 a |
  fs2 gs4 gs |
  e2 fs4 fs8 gs |
  a4 e fs fs8 gs |
  a4 e a gs8 fs |

  % bar 6
  gs4 b e e8 ds |
  cs2 e4 ds8 cs |
  bs2 ds4 ds8 cs |
  bs4 bs e8 e ds cs |
  bs2. ds8 cs |
}



FourOssia =
\relative c''' {
  \key fs \minor
  \time 4/4

  s1*5

  % bar 6
  gs4 gs gs ds8 cs |
  b2 ds4 cs8 b |
  a2 ds4 cs8 b |
  a4 a~ a8 e' ds cs |
  b2. ds8 cs |
}

\score {
  \new GrandStaff <<
    \new Staff << \FourA >>
    \new Staff << \FourB >>
    \new Staff \with {
      \remove "Time_signature_engraver"
      fontSize = #-3
      \override StaffSymbol.staff-space = #(magstep -3)
      \override StaffSymbol.thickness = #(magstep -3)
    }
    << \FourOssia >>
  >>
  \header {
    piece = "Song"

  }
  \layout {
    \context {
      \Staff \RemoveEmptyStaves
    }
  }
}

%%%%%%%%%%%%%%%%%%%%%%%

I appreciate any help,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
[email protected]

Attachment: ossiaProblem.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to