lilypond-user
[Top][All Lists]
Advanced

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

Re: percent repeat


From: Antonio PALAMA'
Subject: Re: percent repeat
Date: Sun, 30 Jun 2002 13:38:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020412 Debian/0.9.9-6

Mats Bengtsson wrote:


I took a look at the output of input/regression/percent-repeat.ly
(included in the Regression Test document on the WWW site)
and can't really imagine a narrower percent repeat measure, at least
for the the single measure repeat.

  /Mats

Here is a short .ly which shows my problem, I can get 10 ordinary measure
per line but not more than 8 "percent repeat" measures. There is no
space saving in using the percent repeat.

Ciao,

Antonio

\version "1.4.0"

Genis = \notes 
\relative c'' 
    {
    \property Voice.TextScript \set #'font-style = #'large
    \property Score.instrument = "trombone"
    \property Score.skipBars = ##t
    \property Staff.transposing = #0
      {
        \clef "violin"
        \key c \major
\time 2/4
\repeat "unfold" 28
{
r8 g r g |
}
\repeat "percent" 16
{
r8 g r g |
}
\break
\repeat "percent" 17
{
r8 g r g |
}
}}
\score {
        \notes { \time 2/4 \Genis }
        \midi { \tempo 4 = 90 }
        \paper {
        \translator {\StaffContext
                     \consists Mark_engraver
                    }
        }
}

reply via email to

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