lilypond-user
[Top][All Lists]
Advanced

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

Re: Beams not connecting


From: Hans Aberg
Subject: Re: Beams not connecting
Date: Sat, 24 Feb 2007 20:52:28 +0100

I have put up examples at:
  http://math.su.se/~haberg/SediDonka.pdf
  http://math.su.se/~haberg/SediDonka0.pdf
The LilyPond version is at the bottom of the page.

And I posted the wrong source file SediDonka.ly :-); but does not seem matter.

  Hans Aberg


Source for LilyPond 2.11.19:
---- SediDonka.ly ----
%{
LilyPond Test
%}

%{
\paper {
  #(define dump-extents #t)

  line-width = 160\mm - 2.0 * 0.4\in
  ragged-right = ##t
  indent = 0\mm
}

\layout {

}
%}


\header{
  title = "Sedi Donka (Horo)"
  composer = "Traditional"
}

barlines = { \repeat unfold 8 {s16*7 \bar ":" s16*7 \bar ":" s16*11 | } }

\score {
\new Staff <<
  \barlines
\relative {
  \tempo 4 = 144
  \key e \minor
  \time 25/16
  #(override-auto-beam-setting '(end * * 25 16)  3 16)
  #(override-auto-beam-setting '(end * * 25 16)  7 16)
  #(override-auto-beam-setting '(end * * 25 16) 10 16)
  #(override-auto-beam-setting '(end * * 25 16) 14 16)
  #(override-auto-beam-setting '(end * * 25 16) 18 16)
  #(override-auto-beam-setting '(end * * 25 16) 21 16)
  \repeat volta 2 {
    g'16( fis g)  a8\prall a16( d,)   g16( fis g)  a8\prall a16( d,)
      fis16( g a b)  c( b d)  c8\prall c16( b) |
    g16( fis g)  a8\prall a16( d,)   g16( fis g)  a8\prall a16( d,)
      c'16( a) b( g)   a8\prall( d16)  a8 a |
  }
  \repeat volta 2 {
    g16( a b)  c( g) d'( g,)   c8\prall( g16)  b( g) c( g)
      b16( g) (b g)  a8.  \acciaccatura  c d4 |
    g,16( a b)  c( g) d'( g,)   c8\prall( g16)  b( g) c( g)
      b16( a) b( g)  a8\prall( d16)  a8 a |
  }
  \repeat volta 2 {
    a16( b) b  b8 b   a16( b) b  b8 b
      a16( g fis g)  a( b e,)  b'4 |
    a16( b) b  b8 b   a16( b) b  b8 b
      a16( g fis g)  e8.  e4 |
  }
  \repeat volta 2 {
    d16( e fis)  g8 g   g16( fis e)  fis8 fis
      d8 d  \acciaccatura g a8.  a4 |
    d,16( e fis)  g8 g   g16( fis e)  fis8 fis
      d8 e  e8.  e4 |
  }
}
%{
\chords {
  b4:7 b8.:7  b4:7 b8.:7  b4:7 b8.:7  b4:7 b8.:7
  a4:7 b8.:7  a4:7 b8.:7  b4:7 b8.:7  b4:7 b8.:7 }
%}
>>



}

\version "2.11.15" % necessary for upgrading to future LilyPond versions.
----





reply via email to

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