lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LM 2.13.24 (HTML)


From: Patrick Schmidt
Subject: LM 2.13.24 (HTML)
Date: Sat, 19 Jun 2010 17:57:11 +0200

Hi all,

some observations concerning the HTML version of the Learning Manual…

2.2.4 Combining notes into chords
In the following example the square brackets don't make much sense as there is no real need for them:
r4 <c e g>8[ <c f a>]~ <c f a>2 |
r4 <c e g>8( <c e g>\> <c e g>4 <c f a>\!) |
To show that beams and ties can be combined with chords I'd rather suggest something like that:
<c e g>8<c e g>8 <c e g>8[ <c f a>]~ <c f a>2 |
r4 <c e g>8( <c e g>\> <c e g>4 <c f a>\!) |

3.1.3 Nesting music expressions
In the following example the vertical space between the ossia section and the main staff is too small:
\version "2.13.24"
\new Staff = "main" {
  \relative g' {
    r4 g8 g c4 c8 d |
    e4 r8
    <<
      { f8 c c }
      \new Staff \with {
        alignAboveContext = #"main"
      } { f8 f c }
    >>
    r4 |
  }
}

Is this a known bug?
BTW: Is there a typographical reason for turning off the beaming of eighth notes in ossia sections by default?

3.3.1 Contexts explained
The picture "context-example" is missing.

hth,
patrick


reply via email to

[Prev in Thread] Current Thread [Next in Thread]