lilypond-user
[Top][All Lists]
Advanced

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

Re: Short codae and ragged-right alignment


From: J. Daniel Ashton
Subject: Re: Short codae and ragged-right alignment
Date: Sun, 12 Oct 2003 12:39:59 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030807

José Luis Cruz wrote:

> You can try to put this line inside \paper, in the second \score
> block:

> \translator {\ScoreContext \remove "Time_signature_engraver"}

> Then no time signatures will be created in the Score. You could also
> remove the "Clef_engraver", the "Bar_engraver", etc. From
> StaffContext, ScoreContext, VoiceContext, etc...

This looks like a great idea, but it doesn't seem to make any
difference.  Perhaps I put it in the wrong place?  I'm attaching the
input file and results for your perusal.

> good luck

Thank you!

-- 
Daniel Ashton      PGP key available     http://Daniel.AshtonFam.org
mailto:address@hidden         http://ChamberMusicWeekend.org
mailto:address@hidden  ICQ# 9445142      http://ZephyrBrass.com
\include "english.ly"
\paper { papersize = "letter" }
\include "paper16.ly"
  \paper { orientation = "landscape"
           linewidth=10.0 \in }

\header {
  % dedication = "dedication"
    title = "No 8. Khvalitye imya Ghospodnye"
  % subsubtitle = "No 8. Khvalitye imya Ghospodnye"
    subtitle = "Praise the Name of the Lord"
    subsubtitle = "from All-Night Vigil, Opus 37"
    composer = "Sergei Rachmaninoff"
  % tagline = ""
  % opus = "Opus 37"
  % piece = "No. 8"
    instrument = "Bridesmaids - Melody"
  % arranger = "Arranger"
  % poet = "Poet"
  % texttranslator = "Translator"
  % copyright = "public domain"
  % source =  "urtext "
  % enteredby = "your name here"
  % maintainerEmail = "your email here"
  % texidoc = "The standard header that ought to be above a file."
}

\score {
<< \context Voice = "v"
  \notes {
    \key af \major
  % \addlyrics
      \relative c'' {
        \property Staff.automaticMelismata = ##t
        \property Staff.TimeSignature \override #'style = #'()
        R1 r2 r4 r8 
        bf8^"Confident"^"Full \&" | c4 c c c8 bf | \time 6/4 c4( bf af8) af([ 
bf c] bf2)  | 
            \time 4/4 c4 df c2( | bf8[ c]) c([ bf]) af4.
        bf8 | c4 c8 c c2   | \time 6/4 c8( bf4 af8) af4( bf8 c) bf2 | 
            \time 4/4 c4 df c2( | bf8[ c]) c([ bf]) af2 ~ | af1 ~ af4 r4
        ef ef | ef2 ef | ef1 ~ | % \break
        ef1 | ef4^"Quietly" ef f f | ef1( ~ | ef4 f g2) |
        c4 df c2( | bf8[ c)] c[( bf]) af2 ~ | \time 6/4 af2.^"Jamie 
enters"^"Doors open," r4 r
        bf8^"Confident"^"Full \&" bf | \time 4/4 c8[ c] c[ c] c[ c] c[ bf] | 
c4( bf af8) af[( bf c]) | bf2 ~ bf8 r8 
            af af | bf4 bf8 bf bf[ bf] c[ c] | bf4
            bf16( c df8 ~ df[) df] df16( c bf8) | df4 c8 c bf2 | c4 df c2( | 
\time 6/4 bf8[ c]) c( bf) af2 ~ a8 r8
        bf8 bf | \time 4/4 c8[ c] c[ c] c4 c8[ bf] | c4( bf af8) af[( bf c]) | 
bf2 r4 
            af8 af | bf4 bf8 bf bf[ bf] c[ c] | bf4
            bf16( c df8 ~ df[) df] df16( c bf8) | df4 c8 c bf2 | c4 df c2( | 
bf8[ c]) c[( bf]) af2 ~ | a1 ~ | a4 r4 \break

      } }
    \context Lyrics << \context LyricsVoice = "v-1" \lyrics { 
      % \property Lyrics . LyricText \override #'ignore-length-mismatch = ##t
        \property Lyrics . LyricText \override #'alignment = #0
      % \property Lyrics . LyricText \override #'begin-alignment = #4
      " "1 " "1*7/8 
      Khva8 -- li4 -- tye im -- ya8 Ghos -- pod1*5/8 -- "nye. "1*6/8 __ " "8
        Al4 -- li -- lu2. -- i4 -- "ya. "4.                                    
% \bar "" \break % portrait 1
      Khva8 -- li4 -- tye,8 ra -- bi,2 Ghos -- po -- da.                       
% \bar "" \break
        Al4 -- li -- lu2. -- i4 -- "ya, "1*6/4 __ " "2                         
% \bar "" \break
        al4 -- li -- lu2  -- i  -- "ya, "1*7/4 __ " "4
        al4 -- li -- lu   -- i  -- "ya. "1*7/4 __ " "4
        Al4 -- li -- lu2. -- i4 -- "ya. "1*4/4 __ " "2.                         
 \bar "" \break % landscape
      Is8 -- po -- vye -- day -- tye -- sia Gohs -- po -- dye -- vi, ya1*5/8 -- 
ko4. __ "blag. "2 __ " "4
        Al8 -- li -- lu4  -- i8 -- ya, 
        al  -- li -- lu   -- i  -- ya.4                                        
% \bar "" \break
      Ya4. -- ko8 v_vyek4 __ mi -- lost8 Ye -- go.2
        Al4 -- li -- lu2. -- i4 -- "ya. "2 __ " "4                              
 \bar "" \break % portrait 2
      Is8 -- po -- vye -- day -- tye -- sia Bo4 -- gu8 nye -- byes1*5/8 -- no4. 
-- mu.2 " "4
        Al8 -- li -- lu4  -- i8 -- ya, al -- li -- lu -- i -- ya.4             
% \bar "" \break
      Ya4. -- ko8 v_vyek1*3/16 __ " "16 mi4 -- lost8 Ye -- go.2
        Al4 -- li -- lu2. -- i4 -- "ya, "1. __ " "2                             
 
    }
  >> >>
  \paper{} % raggedright = ##t }
}

\score {
  << 
    \context Voice = "v"
      \notes {
        \key af \major
        \relative c' {
        % \property Staff.TimeSignature \override #'style = #'()
        % \property Staff.TimeSignature \override #'transparent = ##t
        % \time 4/4
          \partial 2
          ef4 ef | ef2 ef8[( f]) ef r8 |
          c'4^"Quietly" df c2( | bf8[ c]) c[( bf]) af2 ~ | << af1\fermata { s8 
s8 } >>
        }
      }
      \context Lyrics 
        << 
          \context LyricsVoice = "v-1" \lyrics { 
            al4 -- li -- lu2  -- i4 -- "ya, "8 " "8                             
   % \bar "" \break
            al4 -- li -- lu2. -- i4 -- "ya. "1*5/4 __ " "4                      
     \bar "|."
          }
        >>
  >>
  \paper { \translator {\ScoreContext \remove "Time_signature_engraver"}
           indent = 0
           raggedright = ##t
         }
}

Attachment: Hvalite.pdf
Description: Adobe PDF document


reply via email to

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