Incipit issues

2012-11-05 Thread Daniel Rosen
I've created an incipit for a piece I'm working on, but there's a minor issue with it. Here's the code. %%% Example begins \version 2.16.0 disIncip = \markup { \score { { \set Staff.instrumentName = \markup \right-column { Discantus [Tenor] } \override Staff.InstrumentName

RE: dynamics positioning

2012-10-29 Thread Daniel Rosen
Try using two Dynamics contexts, one above and one below. DR -Original Message- From: Peter O'Doherty [mailto:m...@peterodoherty.net] Sent: Monday, October 29, 2012 9:14 AM To: lilypond-user Subject: dynamics positioning Hi, Could someone please take a look at the attached file and

RE: dynamics positioning

2012-10-29 Thread Daniel Rosen
, 2012 9:45 AM To: Daniel Rosen Cc: lilypond-user Subject: Re: dynamics positioning Thanks. My logic suggests it should be enough to add this line above the cymbals part, but it doesn't seems to work (see attached file). \new Dynamics { \time 3/8 \times 2/3 { s8\mf s32 s32 s8.\pp \times 8/13 { s64

RE: dynamics positioning

2012-10-29 Thread Daniel Rosen
...@peterodoherty.net] Sent: Monday, October 29, 2012 9:53 AM To: Daniel Rosen Cc: lilypond-user Subject: Re: dynamics positioning Sorry for the oversight. The attached code is as minimal as I can get it. Thanks, Peter On 10/29/2012 02:48 PM, Daniel Rosen wrote: Can't really tell from the attachment. As a rule

RE: Modified laissez vibrer ties

2012-10-29 Thread Daniel Rosen
, 2012 12:46 PM To: lilypond-user@gnu.org; David Kastrup; Daniel Rosen Subject: Re: Modified laissez vibrer ties David Kastrup wrote Sunday, October 28, 2012 10:07 AM Daniel Rosen drose...@gmail.com writes: I did consider that; the problem is those ties go _over_ the barline instead

Modified laissez vibrer ties

2012-10-28 Thread Daniel Rosen
Is there a way to extend laissez vibrer ties so that they stop just short of the barline, as in the attached example? I can't seem to find a way that doesn't involve manually adjusting control points. DR attachment: laissez vibrer.jpg___

RE: Modified laissez vibrer ties

2012-10-28 Thread Daniel Rosen
I did consider that; the problem is those ties go _over_ the barline instead of stopping just short, so they'd still need to be adjusted manually. DR -Original Message- From: Janek Warchoł [mailto:janek.lilyp...@gmail.com] Sent: Sunday, October 28, 2012 3:31 AM To: Daniel Rosen Cc

RE: Changing program defaults

2012-10-28 Thread Daniel Rosen
I'll bear that in mind going forward--I appreciate the warning. DR -Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Sunday, October 28, 2012 6:44 AM To: lilypond-user@gnu.org Subject: Re: Changing program defaults Daniel Rosen drose...@gmail.com writes: That's

RE: One staff, two voices

2012-10-27 Thread Daniel Rosen
You always need to enclose simultaneous music in double angle brackets. Here's how the third bar of your fugue might look: \new PianoStaff \new Staff = upper \new Voice { \relative c' { \voiceOne \key cis \major cis8 cis'16 bis cis dis eis fis gis16 fisis eis fisis

RE: Changing program defaults

2012-10-27 Thread Daniel Rosen
To: Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: Changing program defaults Hi Daniel, On Sat, Oct 27, 2012 at 9:50 PM, Daniel Rosen drose...@gmail.com wrote: I'm an American user, and the standard paper size here is 8.5x11 inches (letter size); I'm not sure I've ever seen a piece of A4 paper

RE: Bar numbers for broken measures

2012-10-19 Thread Daniel Rosen
; perhaps it should be included in the NR somewhere? DR -Original Message- From: Janek Warchoł [mailto:janek.lilyp...@gmail.com] Sent: Friday, October 19, 2012 8:19 AM To: Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: Bar numbers for broken measures Hi, On Fri, Oct 19, 2012 at 2:52

RE: Script objects avoid notes in other voices?

2012-10-18 Thread Daniel Rosen
: Thursday, October 18, 2012 6:20 AM To: David Kastrup; Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: Script objects avoid notes in other voices? Use the tags for this problem, not different voices at all! Daniel's example modified: \version 2.16.0 music = \relative c'' { b g'-\tag #'part

Bar numbers for broken measures

2012-10-18 Thread Daniel Rosen
The piece I'm working on has a repeat that ends in the middle of a measure, with a line break at the same point: \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \break f | g a b } \paper { ragged-right = ##t } I would like to have a bar number, perhaps in parentheses, at

Script objects avoid notes in other voices?

2012-10-17 Thread Daniel Rosen
I'm trying to create a score and parts for a piece. I want to have bow markings in the string parts but not the score, so I'm trying to put them in a voice separate from the notes (ex. 1): \version 2.16.0 music = \relative c'' { b g' d d, } bowing = { s\upbow s\downbow } { \new Staff

<    1   2   3