lilypond-user
[Top][All Lists]
Advanced

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

Reappearing time signature in 2.11.28


From: Charlotte
Subject: Reappearing time signature in 2.11.28
Date: Mon, 6 Aug 2007 09:00:03 -0700 (PDT)

Hi folks,

I'm not sure whether this is a bug, or my own error, or what.

I need to get rid of all the time signatures from my current project - it's
all unmetred and I'm happy to put visible or invisible bars in as necessary
to sort out the line-breaking. This was working perfectly using /cadenzaOn
and setting the break-visibility of timeSignature to #all-invisible.

Suddenly, it's stopped working! 

I only noticed this the other day, but I think it may have happened when I
upgraded from 2.10.25 to 2.11.28. I really down want to downgrade again,
though, as the upgrade has sorted a whole heap of spacing problems for me
(thanks, guys!).

Can anyone help me get rid of the time sig. again? What have I upset?!

Here's some sample code - apologies for the length, it's as minimal as I
could made it whilst still revealing all my /layout and identifiers in case
it's my own fault!

=============================
\version 2.11.28

\include "gregorian-init.ly"
#(set-global-staff-size 14)

\paper {
        #(set-default-paper-size "a4" "portrait")
        ragged-last-bottom = ##t
        ragged-bottom = ##f
        #(define page-breaking ly:page-turn-breaking)
}

\layout {
        \context { \Score
                \override Stem #'thickness = #0.8
                \override BarLine #'thickness = #0.8
                \override PaperColumn #'keep-inside-line = ##t
                \override InstrumentName #'font-size = #-2
                \override InstrumentName #'font-family = #'sans-serif
        }
        \context { \Staff
                \override TimeSignature #'break-visibility = #all-invisible
                \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
        }
        \context { \Lyrics
                \override LyricSpace #'minimum-distance = #1.2
                \consists "Bar_engraver"
                \consists "Separating_line_group_engraver"
                \override BarLine #'transparent = ##t
        }
}

global = {
        \key c \minor
        \autoBeamOff
        \cadenzaOn
}

cantor = {
        \clef bass
        \key c \minor
        \set Score.timing = ##f
        \cadenzaOn
        \override Stem #'transparent = ##t
}

testnotesCantor = \relative c' {g4 c2 bes4 c \finalis
        }
testwordsCantor = \lyricmode {One two three four.
        }
testnotesSop = \relative c'' {
                \set Staff.instrumentName = "S" 
        f,4 g \bar "|" c2 c4 \bar "|" ees d c( bes) \bar "|" c2 \bar "|."
        }
testnotesAlt = \relative c' {
                \set Staff.instrumentName = "A"
        c4 ees8[ d] d4( c) g' g f ees( d) c2
        }
testnotesTen = \relative c' {
                        \set Staff.instrumentName = \markup { \column {"T" "B"} 
}
        aes4 bes aes2 f4 aes bes c( bes) g2
        }
testnotesBass = \relative c {
        f4 f ees2 bes4 c ees f( g) g2
        }
testwords = \lyricmode {Un deux trois quatre cinq six sept huite.
        }

\markup {
        \fill-line {
        \translate #(cons 0 -15.5) {
        \score {
                \new Staff = cantor <<
                \new Voice ="TestCantor" { <<\cantor \testnotesCantor>> }
                \new Lyrics \with {alignAboveContext=cantor} \lyricsto 
TestCantor
\testwordsCantor  
                >>

                \layout {
                }
        }
        }

        \score {
        \new ChoirStaff <<
                \new Staff = sops <<
                \new Voice = "testSop" { << \global \testnotesSop>> }
                >>
                \new Lyrics \lyricsto testSop \testwords

                \new Staff = alto <<
                \new Voice = "testAlt" { << \global \testnotesAlt >> }
                >>
                \new Lyrics \lyricsto testAlt \testwords

                \new Staff = men <<
                \clef bass
                \new Voice = "testTen" { \voiceOne <<\global \testnotesTen >> }
                \new Voice = "testBass" { \voiceTwo <<\global \testnotesBass >> 
}
                >>
                \new Lyrics \lyricsto testBass \testwords
                >>
                
        \layout {
                }
        }
        }
}
========================================
-- 
View this message in context: 
http://www.nabble.com/Reappearing-time-signature-in-2.11.28-tf4225024.html#a12019005
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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