On 03/01/2013 06:17 PM, Guy Stalnaker wrote:
Is it possible to modify the brace from a GrandStaff or the positioning of the
brace for the PianoStaff version so that it is more like the B&H engraving? I
know the example from the LP documentation is acceptable (the Peter's Edition of
the Bach is en
For the section that talks about building a score from scratch:
http://lilypond.org/doc/v2.15/Documentation/learning/building-a-score-from-scratch
The author chose to construct a Piano Staff + single staff score. That
results in three staves, with the top two "connected" by a brace and the
bot
Vasil Kadifeli wrote:
what I mean is that, in my humble, opinion the info in the
manual is insufficient and not well structured...
http://lilypond.org/web/devel/participating/documentation-adding
- Graham
___
lilypond-user mailing list
lilypond-u
thank you Kieren ;)
so there is either a merge-same-headed property or lilypond merges, for
example, colliding black headed notes automatically... sorry, this is not a
question... what I mean is that, in my humble, opinion the info in the
manual is insufficient and not well structured... and yet l
Hi Vasil,
for example the manual says "you can merge half note heads with
eighth notes, by setting merge-differently-headed"
does this imply that fourth and eighth notes are same-headed or
what...
Yes: quarter notes and eighth notes both have filled (black)
noteheads, whereas a half note
many thanks it worked :)
in the manual things are not all so clear :(
for example the manual says "*you can merge half note heads with eighth
notes, by setting **merge-differently-headed*" does this imply that fourth
and eighth notes are *same-headed* or what...
thanks once again ;)
Vasil
On
Just add:
\override Staff.NoteCollision #'merge-differently-dotted = ##t
and the following line should work as you want, scaling is not
necessary.
<< { c8 8 8 } \\ c,4. >>
Thomas
> I am a beginner too... both to music and lilypond ;)
>
> Thanks to this post I've learned how to engrave some
blem with it before, but
> I'm
> > a beginner :-)
>
> By the way, don't forget to be more specific in your "Subject" field
> the next time you post a question on the list; it makes much easier
> for everyone to browse the list archives in the future...
it makes much easier
for everyone to browse the list archives in the future... 'How can I
do this?' is a bit vague :)
Best Regards,
Valentin
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Damian leGassick in <[EMAIL PROTECTED]> :
> the extra count is because the \time 3/4 is ignored as it's not
> between the braces
Indeed, indeed, your'e rigth. Never had this problem with it before, but I'm
a beginner :-)
Kind Regards,
Peter
--
mailto:[EMAIL PROTECTED]
hi peter
the extra count is because the \time 3/4 is ignored as it's not
between the braces
neil's scaling works if you change the snippet to this:
\version "2.10.25"
\new Staff
\relative c''
<<
{ \time 3/4
\key g \major
\override Staff.NoteColli
Neil Puttock in
<[EMAIL PROTECTED]> :
> Yes, by scaling the dotted note:
>
> a'4.*2/3
Thanks for your answer, but now i get an extra count.
Maybe this is a better example:
\version "2.10.25"
\new Staff
\time 3/4
\relative c'' << {\key g \major
\override Staff.NoteCollision #'merge-differentl
Hi Peter,
I would like to have a dot for the a4 without shifting the other notes.
>
> Is this possible?
Yes, by scaling the dotted note:
a'4.*2/3
Regards,
Neil
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo
version "2.10.25"
\new Staff
\time 3/4
\relative c'' << {\key g \major
\override Staff.NoteCollision #'merge-differently-headed = ##t
a'4 b,8 g'^( fis)[ g ] |
} \\ { s4 2 } >>
~ End snippet
I would like to have a dot for the a4 without shifting the other notes.
Is this possible?
Kind Re
14 matches
Mail list logo