Re: auto-beam in pickup-bars with grace note

2009-05-01 Thread Carl D. Sorensen
Christian,

This kind of question is better asked on lilypond-user.

Thanks,

Carel


On 4/30/09 12:57 PM, grisu_76 christian.hum...@univie.ac.at wrote:

 
 
 As for I get some helpful hints for solving the spacing-problem in
 pickup-bars starting with a grace note, now I struggle with the
 auto-beaming:
 
 global = {
 \time 6/8
 \key es \major
 \tempo Presto
 \partial 8*3 \grace {s8}
 \autoBeamOn % this doesn't work to get the
 auto-beaming back
 \set beatGrouping = #'(3 3)   %without the two following the result is
 the
 same as without...
 \set beatLength = #(ly:make-moment 3 8)
 }
 
 ViolineEins = \new Voice {\relative c'{
 \set Staff.midiInstrument = #violin
 
 \partial 8*3 \grace c''8 \p  b8 (a) b-.
  g-. g-. g-.  \grace{as8} g f g
 \bar |.
 }}
 music = {
 
   \tag #'score \tag #' vn1 \new Staff {  \global \ViolineEins  }
 
 }
 
 Some ideas? regards, Christian
 --
 View this message in context:
 http://www.nabble.com/auto-beam-in-pickup-bars-with-grace-note-tp23322316p2332
 2316.html
 Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.
 
 
 
 



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


auto-beam in pickup-bars with grace note

2009-04-30 Thread grisu_76

As for I get some helpful hints for solving the spacing-problem in
pickup-bars starting with a grace note, now I struggle with the
auto-beaming:

global = {
\time 6/8
\key es \major
\tempo Presto 
\partial 8*3 \grace {s8} 
\autoBeamOn % this doesn't work to get the
auto-beaming back  
\set beatGrouping = #'(3 3)   %without the two following the result is 
the
same as without...
\set beatLength = #(ly:make-moment 3 8)
}

ViolineEins = \new Voice {\relative c'{
\set Staff.midiInstrument = #violin

\partial 8*3 \grace c''8 \p  b8 (a) b-.
 g-. g-. g-.  \grace{as8} g f g
\bar |.
}}
music = {

  \tag #'score \tag #' vn1 \new Staff {  \global \ViolineEins  }

}

Some ideas? regards, Christian
-- 
View this message in context: 
http://www.nabble.com/auto-beam-in-pickup-bars-with-grace-note-tp23322316p23322316.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: auto-beam in pickup-bars with grace note

2009-04-30 Thread Jay Anderson
grisu_76 christian.hummer at univie.ac.at writes:
 Some ideas? regards, Christian

See issue 372:
http://code.google.com/p/lilypond/issues/detail?id=372

-Jay



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond