Page 3 of 3

Re: Mediawiki Score Extension.

Posted: Sat Feb 15, 2014 1:07 pm
by Generoso
horndude77 wrote: You might consider something like this instead:

Code: Select all

\new Voice \with { \consists "Balloon_engraver" } \relative c' {
  \clef bass
  \key b \minor
  \once \override Score.TimeSignature.stencil = ##f
  <b dis, g,-\balloonText #'(2 . 6.5) "Difference 1">4 <a dis, fis,> <g c, ees,> <fis b,-\balloonText #'(-2 . -3.5) "Difference 2" dis,>
}
I think it's clearer keeping it with a bit of context.
Excellent horndud77, you are right! It looks much better... I am new at using Lilypond so I am learning as I go along. Thanks for the suggestion.

Eric: I still can't get this URL to work correctly? I believe it is the r.
If I just paste the URL here I get:
http://imslp.org/wiki/Cello_Concerto,_O ... on%C3%ADn)

If I use the URL button on the top of the window I get
http://imslp.org/wiki/Cello_Concerto,_O ... on%C3%ADn)

Re: Mediawiki Score Extension.

Posted: Sat Feb 15, 2014 3:31 pm
by cypressdome
Generoso wrote:If I use the URL button on the top of the window I get
http://imslp.org/wiki/Cello_Concerto,_O ... on%C3%ADn)
I think the best way to use the URL button to link to pages on IMSLP is to use this format:

Code: Select all

[url=http://imslp.org/wiki/Cello_Concerto,_Op.104_%28Dvo%C5%99%C3%A1k,_Anton%C3%ADn%29]Dvořák's Cello Concerto, Op.104[/url]

Re: Mediawiki Score Extension.

Posted: Sat Feb 22, 2014 12:54 pm
by Eric
I'll have to try "\with { \consists "Balloon_engraver" }". I assume it works as well in a staff context as with a voice context (I tend to use staff context more, e.g. for chamber music, simple piano music, etc.)