lilypond-user
[Top][All Lists]
Advanced

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

Re: mixed \time


From: Blöchl Bernhard
Subject: Re: mixed \time
Date: Sat, 12 Sep 2015 19:24:09 +0200
User-agent: Roundcube Webmail/0.9.5

Am 10.09.2015 15:33, schrieb Phil Holmes:

I think what you need to look for is "polymetric notation" in the
Notation Reference.

--
Phil Holmes


Indeed my starting point was
<URL:http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#polymetric-notation>
In reality I did not mix \time, but changed the code for the question.

The original code was/is

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

\version "2.19.0"


#(set-global-staff-size 22)


\layout {

  \context {

    \Score

    %\remove "Timing_translator"

    \remove "Default_bar_line_engraver"

  }

}


  \new Staff {

  %\key c \major

  \relative c'

  {

    <>^"penatonic scale"

f4-"f" g4-"g" bes-"bes" c-"c" d-"d" f-"f"

\bar "||"

f-"f"   d-"d" c-"c" bes-"bes" g-"g" f-"f"

\bar "||"

  }

  }





  \new Staff {

   %\key c \major

  \relative c'

  {

    <>^"penatonic scale + blue note b5"

f4-"f" g4-"g" b-"b" bes-"bes" c-"c" d-"d" f-"f"

\bar "||"

f-"f"   d-"d" c-"c" b-"b" bes-"bes" g-"g" f-"f"

\bar "||"

  }

  }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


I tried different combinations for \layout{} from
<URL:http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#polymetric-notation>
did it again, but I always get unwanted double bars.

I expect one double bar in the middle and one at the end.


Regards



reply via email to

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