Re: How can I do this ...

2013-03-01 Thread Joseph Rushton Wakeling
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

How can I do this ...

2013-03-01 Thread Guy Stalnaker
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

Re: How can i do this?

2007-08-14 Thread Graham Percival
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

Re: How can i do this?

2007-08-14 Thread Vasil Kadifeli
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

Re: How can i do this?

2007-08-14 Thread Kieren MacMillan
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

Re: How can i do this?

2007-08-14 Thread Vasil Kadifeli
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

Re: How can i do this?

2007-08-14 Thread Thomas Scharkowski
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

Re: How can i do this?

2007-08-13 Thread Vasil Kadifeli
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...

Re: How can i do this?

2007-08-08 Thread Valentin Villenave
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

Re: How can i do this?

2007-08-08 Thread Peter Terpstra
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]

Re: How can i do this?

2007-08-08 Thread Damian leGassick
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

Re: How can i do this?

2007-08-08 Thread Peter Terpstra
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

Re: How can i do this?

2007-08-08 Thread Neil Puttock
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

How can i do this?

2007-08-07 Thread Peter Terpstra
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