Wilbert Berendsen | 1 Feb 2008 21:01
X-Face
Picon
Picon
Favicon
Gravatar

Re: Bug: instrumentName is not being vertically centered when using template 'piano centered dynamics'

The same holds true for a ChoirStaff with Lyrics under every contained staff.

It would be nice if the instrumentName for more than one staff were vertically 
centered before the staff-like contexts, and not counting not-stafflike 
contexts like lyrics/dynamics etc outside the staffs.

I did not try/test, but maybe a solution is moving the bottom dynamics outside 
the piano staff?

\score{
<<
  \new PianoStaff <<
    \set PianoStaff.instrumentName = "Piano "
    \new Staff
    \new Dynamics
    \new Staff
  >>
  \new Dynamics = pedal
>>
}

Met vriendelijke groet,
Wilbert Berendsen

--

-- 
http://www.wilbertberendsen.nl/
"You must be the change you wish to see in the world."
        -- Mahatma Gandi
Graham Percival | 2 Feb 2008 10:36
Picon

Re: Bug: instrumentName is not being vertically centered when using template 'piano centered dynamics'

Thanks for the report -- but is this a report about the docs, or a
bug in the program?

If it's something about the docs, please note that the templates
are generated from LSR; they should be fixed in there.

If it's a bug in the program, please create a minimal example.

Cheers,
- Graham

On Thu, 31 Jan 2008 17:44:05 +0000 (UTC)
Moritz Baumann <flamingmo <at> online.de> wrote:

> > I'm not top posting.
> 
> Example:
> \version "2.11.23"
>      upper = \relative c'' {
>        \clef treble
>        \key c \major
>        \time 4/4
>      
>        a b c d
>      }
>      
>      lower = \relative c {
>        \clef bass
>        \key c \major
>        \time 4/4
(Continue reading)

codesite-noreply | 2 Feb 2008 10:39
Picon
Favicon

Issue 22 in lilypond: collision tuplet number and staff with increased spacing

Issue 22: collision tuplet number and staff with increased spacing
http://code.google.com/p/lilypond/issues/detail?id=22

Comment #3 by gpermus:
That's a coincidence.  Change the number to #1.3 and you'll see a collision.

--

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Andrew Hawryluk | 3 Feb 2008 05:10
Picon

articulations collide with ties

I couldn't find this one on the bug list: articulations can collide with ties.

\version "2.11.38"
\paper {
	ragged-right = ##t
}
\relative c'' {
	f-- f~-- f~
}
Andrew Hawryluk | 3 Feb 2008 05:40
Picon

horizontal spacing problem in grace notes below the staff

This one's a bit long for a bug report, but only to show the way the
horizontal problem depends on the vertical location of the grace
notes.
-AH

\version "2.11.38"
\paper {
	ragged-right = ##t
}

% In groups of grace notes below the staff, it appears
% that the notes are only given enough horizontal room
% when the intervals between the notes are small. In
% larger intervals the notes are pressed very close together.

{
	% spacing above the staff is fine
	\grace {e'''16[ a'' e'']} a''4
	
	% spacing in the middle of the staff is fine
	\grace {d''16[ g' d']} g'4

	% just one step down, an odd spacing happens because
	% c' is given very little room
	\grace {c''16[ f' c']} f'4

	% here the ledger lines have shifted to the right to
	% avoid a collision, but the a is not centred on the
	% ledger line
	\grace {a'16[ d' a]} d'4
(Continue reading)

Stan Sanderson | 3 Feb 2008 21:02
Picon

regressions: punctuation, auto-change.ly

2.11.38
regression/auto-change.ly

current: "...up and down staves automatically rests are switched  
along..."

suggest adding ";" to give
"...up and down staves automatically; rests are switched along..."

Stan
anticipating the grammar police...
Stan Sanderson | 3 Feb 2008 21:08
Picon

regressions: bar-number.ly

2.11.38 regression/bar-number.ly

current: "Bar number may be set and their padding adjusted..."

Suggest adding "s" to number-

"Bar numbers may be set and their padding adjusted..."

Stan
Stan Sanderson | 3 Feb 2008 21:30
Picon

regressions: beam-extreme.ly

2.11.38: regression/beam-extreme.ly
(punctuation, clarity)

Current: "Note that under normal circumstances, these beams would get  
knees here [Beam.auto-knee-gap] was set to false."

Suggest period after knees, capitalize "here"
"Note that under normal circumstances, these beams would get knees.  
Here [Beam.auto-knee-gap] was set to false."

Stan
Stan Sanderson | 3 Feb 2008 21:35
Picon

regressions- beam-french.ly

2.11.38 regression/beam-french.ly
capitalization

current: "In french style beaming, ..."

Suggest: "In French style beaming, ..."

Stan
Stan Sanderson | 3 Feb 2008 21:42
Picon

regressions - beam-position.ly

2.11.38 regression/beam-position.ly
(very picky!) missing comma?	

Current: "The second beam counting from the note head side, should  
never ..."
Suggest: "The second beam, counting from the note head side, should  
never ..."

Stan

Gmane