lilypond-user
[Top][All Lists]
Advanced

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

Ossia problem


From: Ralph Palmer
Subject: Ossia problem
Date: Tue, 29 Dec 2015 10:15:06 -0500

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
address@hidden

Attachment: ossiaProblem.pdf
Description: Adobe PDF document


reply via email to

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