Re: how to get half-bar used in Bach Music?

2010-11-20 Thread Ted Stanion
Does this do what you want? \version "2.12.3" \relative c' { \override Staff.BarLine #'bar-size = #2.0 c4 c c c | c c c c | } On Sat, Nov 20, 2010 at 9:00 PM, Marc Mouries wrote: > thanks Nick. A half-bar is Bach's writing was a bar containing the same > number notes but only went over

Re: showing counterpoint in solo music

2010-11-20 Thread Mike Solomon
Hey Marc, You could do it with tags. Tag each note that you want to appear in the lower voice. Then, create a music function that takes one of those 6-note units as its sole argument (a music? argument). Use this twice for the two voices, and run the second voice through another function that c

Re: how to get half-bar used in Bach Music?

2010-11-20 Thread Mike Solomon
Could you send an example (PDF, png, etc.)? Cheers, MS Le 21 nov. 2010 à 00:00, Marc Mouries a écrit : > thanks Nick. A half-bar is Bach's writing was a bar containing the same > number notes but only went over the staff from the 2nd to the 4th lines. > > On Nov 20, 2010, at 11:20 PM, Nick Pa

showing counterpoint in solo music

2010-11-20 Thread Marc Mouries
I am typesetting some Bach solo work and want to emphasize the counterpoint. I found a way to typeset it like this with 2 voices \relative c' { \time 3/8 << { f16 d' b g e c | d b' g e c a' } \\ { f16[ s s s e s] | d[ s s s c s] } >> } but that means the score has to be type

Re: how to get half-bar used in Bach Music?

2010-11-20 Thread Marc Mouries
thanks Nick. A half-bar is Bach's writing was a bar containing the same number notes but only went over the staff from the 2nd to the 4th lines. On Nov 20, 2010, at 11:20 PM, Nick Payne wrote: > On 21/11/10 15:10, Marc Mouries wrote: >> I searched and checked >> http://lilypond.org/doc/v2.12/Do

Re: how to get half-bar used in Bach Music?

2010-11-20 Thread Nick Payne
On 21/11/10 15:10, Marc Mouries wrote: I searched and checked http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Bars but could not find a way to print a half-bar like Bach used in some of his music. It is not really used often so i'd not be surprised but just wanted to check with you g

how to get half-bar used in Bach Music?

2010-11-20 Thread Marc Mouries
I searched and checked http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Bars but could not find a way to print a half-bar like Bach used in some of his music. It is not really used often so i'd not be surprised but just wanted to check with you guys just in case. -Marc __

Re: question on \transpose

2010-11-20 Thread Tim McNamara
On Nov 20, 2010, at 2:33 PM, MING TSANG wrote: How can I specifiy key minor or key major in transpose? Is it possible \transpose from f major to b flat minor? How to code in \transpose? I don't believe this is possible in Lilypond, at least using the \transposition command. If it is pos

RE: articulation question

2010-11-20 Thread James Lowe
Haipeng, -Original Message- From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of ??? - Hu Haipeng Sent: Sat 11/20/2010 22:39 To: lilypond-user Subject: articulation question Hello, I'm wondering whether I can enter these articulations: mezzo staccato (dot and line

RE: question on \transpose

2010-11-20 Thread James Lowe
Hello -Original Message- From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of MING TSANG Sent: Sat 11/20/2010 20:33 To: lilypond-user@gnu.org Subject: question on \transpose How can I specifiy key minor or key major in transpose? Is it possible \transpose from f majo

Re: vertical ordering of symbols

2010-11-20 Thread -Eluze
Stephan Elliot Perez wrote: > > Thank you. Can you please tell me how to bring a markup object inside of > the staff? > > \override TextScript #'outside-staff-priority = ##f > > and > > \override TextScript #'outside-staff-padding = #-3 > > do not seem to suffice. > > i think you need b

articulation question

2010-11-20 Thread 胡海鹏 - Hu Haipeng
Hello, I'm wondering whether I can enter these articulations: mezzo staccato (dot and line), reversed accent sing and martellato (thick V). I don't know what a portato sign looks like, could anyone describe it? Regards Haipeng ___ lilypond-user mai

Re: Custom drum notes

2010-11-20 Thread Toine Schreurs
Please (group) reply to the list. On Sat, Nov 20, 2010 at 08:45:22AM -0500, Mike J. Bell wrote: > Thanks, that seems to do the trick. > > What if I need to specify the note duration though? > \th8 doesn't work. Tried <\th>8 too...no go. Sorry, I'm a newbie...not > very comfortable with lilypond

Re: vertical ordering of symbols

2010-11-20 Thread Nick Payne
On 21/11/10 08:22, Stephan Elliot Perez wrote: Thank you. Can you please tell me how to bring a markup object inside of the staff? \override TextScript #'outside-staff-priority = ##f and \override TextScript #'outside-staff-padding = #-3 do not seem to suffice. You can use tweak. e.g. \

Re: vertical ordering of symbols

2010-11-20 Thread Stephan Elliot Perez
Thank you. Can you please tell me how to bring a markup object inside of the staff? \override TextScript #'outside-staff-priority = ##f and \override TextScript #'outside-staff-padding = #-3 do not seem to suffice. On Fri, Nov 19, 2010 at 7:03 PM, Xavier Scheuer wrote: > On 19 November 20

Re: Parenthesised arpeggio collision

2010-11-20 Thread Neil Puttock
On 20 November 2010 13:07, Phil Holmes wrote: > Looking at this prior to raising a bug report.  I'd be interested in finding > out the actual widths of the arpeggio grobs.  Is there a way of printing > these out somehow? \override Arpeggio #'after-line-breaking = #(lambda (grob) (newline) (

Re: Remove empty staves from PianoStaff

2010-11-20 Thread Neil Puttock
On 20 November 2010 19:55, Tao Cumplido wrote: > I hope someone knows a solution. I guess you have the situation where one stave in the PianoStaff has notes, but the other has full-bar rests (for a full system). There's a recent bugfix which added an engraver to keep both staves alive in this c

question on \transpose

2010-11-20 Thread MING TSANG
How can I specifiy key minor or key major in transpose? Is it possible \transpose from f major to b flat minor? How to code in \transpose? I put \transpose f bflat minor and I get syntax error.___ lilypond-user mailing list lilypond-user@gnu.org http:/

Remove empty staves from PianoStaff

2010-11-20 Thread Tao Cumplido
Hi all, I am using 2.13.39 on Windows 7. I have a PianoStaff but I want only occasionally display both staves. I tried \Staff \RemoveEmptyStaves but this doesn't remove empty staves from PianoStaff and when I put \PianoStaff \RemoveEmptyStaves LilyPond crashes when compiling. I am pretty sure t

Re: Parenthesised arpeggio collision

2010-11-20 Thread Phil Holmes
Looking at this prior to raising a bug report. I'd be interested in finding out the actual widths of the arpeggio grobs. Is there a way of printing these out somehow? -- Phil Holmes - Original Message - From: "Valentin Villenave" To: "Phil Holmes" Cc: "LilyPond User Group" Sent

Re: Custom drum notes

2010-11-20 Thread Toine Schreurs
> \version "2.12.3" > \drums { > % note that ^3 doesn't work with drums > sn4 tomh^\markup { \small 3 } sn sn > } > > I'd like to make it so EVERY time I do tomh the 3 is printed in the > fingering above the note. (Or, we can call it something new if I shouldn't > or can't change the definiti