Re: \fill-line while respecting natural widths

2014-02-08 Thread Ed Gordijn
Hi David, See the attached. (I just changed a line or two of the definition of \fill-line from scm/define-markup-commands.scm.) Hopefully this gives you what you want! --David That's interesting, see the result of the two markups: \version "2.18.0" \markup \fill-line { This line has

Re: \fill-line while respecting natural widths

2014-02-08 Thread Mike Solomon
On Feb 8, 2014, at 10:24 AM, Ed Gordijn wrote: > Hi David, > >> See the attached. (I just changed a line or two of the definition of >> \fill-line from scm/define-markup-commands.scm.) Hopefully this gives you >> what you want! >> >> --David >> > > That's interesting, see the result of th

Re: \fill-line while respecting natural widths

2014-02-08 Thread Ed Gordijn
Hi Mike, > It's a feature - \fill-line evenly distributes the centers of objects > along a line irrespective of their widths. > > I see,so there wasn't enough room in the last column for the long word "different?" I created too many columns. Thanks, Ed ___

Re: \fill-line while respecting natural widths

2014-02-08 Thread Kieren MacMillan
David (et al.), OOO! This is wonderful. I can already see several places where I will use this. Thanks, Kieren. On Feb 8, 2014, at 2:20 AM, Mike Solomon wrote: > > On Feb 8, 2014, at 1:18 AM, David Nalesnik wrote: > >> Hi Mike, >> >> See the attached. (I just changed a line or two of

header not showing bookpart-score header info

2014-02-08 Thread Kieren MacMillan
Hello all, Why is the header not showing up here? \version "2.19" \paper { print-all-headers = ##t bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column { \fromproperty #'header:title \vspace #4 } } scoreTitleMarkup = \markup \abs-fontsize #48 \fill-line { \fromproperty

Re: header not showing bookpart-score header info

2014-02-08 Thread Thomas Morley
2014-02-08 16:19 GMT+01:00 Kieren MacMillan : > Hello all, > > Why is the header not showing up here? > > \version "2.19" > > \paper { > print-all-headers = ##t > bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column { > \fromproperty #'header:title \vspace #4 } } > scoreTi

Re: header not showing bookpart-score header info

2014-02-08 Thread Kieren MacMillan
Hi Harm, > not sure why your code doesn't work. > Though, the following seems to do the trick: Really? What version [exactly] are you using? On 2.19.2, this doesn’t seem to help (i.e., it doesn’t make the header appear on either page)… Thanks, Kieren. ___

Re: header not showing bookpart-score header info

2014-02-08 Thread Eluze
Kieren MacMillan wrote > Hello all, > > Why is the header not showing up here? > > \version "2.19" > > \paper { > print-all-headers = ##t > bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column > { \fromproperty #'header:title \vspace #4 } } > scoreTitleMarkup = \markup \

Re: header not showing bookpart-score header info

2014-02-08 Thread Kieren MacMillan
Hi Eluze, > if you're talking about the piece I am. > it's clear from the NR: D’oh. Sorry. As with many things in Lilypond that I have used ‘forever’, I thought I knew more about the paper/custom-titling variables than I actually do. Next time I will RTFineM first. =) > now you can define pi

Ligatures in music font

2014-02-08 Thread Noeck
Hi, is it possible to use ligatures in music fonts? I haven’t seen a use-case for Feta glyphs. But if the font defines ligatures, can I somehow get them? I am asking in the context of the Bravura font and the smufl package in the snippets repository. There I can access single glyphs like \smuflg

Re: Horizontalized scores

2014-02-08 Thread Janek Warchoł
Hello, 2014-02-07 19:24 GMT+01:00 Erik Linde : > Hi, > > I am the creator of Notezilla, a popular (and fairly new) web application > that allows users to both listen to classical music, as well as see a > scrolling representation of the score that has been synced exactly to the > recording. this

Re: Ligatures in music font

2014-02-08 Thread Nathan
On Sat, Feb 8, 2014 at 11:11 AM, Noeck wrote: > Hi, > > is it possible to use ligatures in music fonts? I haven’t seen a > use-case for Feta glyphs. But if the font defines ligatures, can I > somehow get them? > > I am asking in the context of the Bravura font and the smufl package in > the snippe

Re: \fill-line while respecting natural widths

2014-02-08 Thread David Nalesnik
Hi Mike, On Sat, Feb 8, 2014 at 1:20 AM, Mike Solomon wrote: > > On Feb 8, 2014, at 1:18 AM, David Nalesnik > wrote: > > Hi Mike, > > See the attached. (I just changed a line or two of the definition of > \fill-line from scm/define-markup-commands.scm.) Hopefully this gives you > what you wan

Re: \fill-line while respecting natural widths

2014-02-08 Thread David Nalesnik
Hi Kieren, On Sat, Feb 8, 2014 at 7:16 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > David (et al.), > > OOO! > This is wonderful. I can already see several places where I will use this. > > Thanks, > Kieren. > > Hmm--do you think it should be added as an option to \fill-lin

Re: \fill-line while respecting natural widths

2014-02-08 Thread Kieren MacMillan
Hi David, > Hmm--do you think it should be added as an option to \fill-line? DEFINITELY! As just one example: I’m going to use it in the musical theatre scores I’m engraving right now, to [evenly] space two columns of dialogue above a system of underscore music. But maybe it should be its own

Re: Ligatures in music font

2014-02-08 Thread Noeck
Hi Nathan, that is awesome! > \markup { > \fontsize #5 > \override #`(font-name . ,smufl-font) > #(markup (string-append >(ly:wide-char->utf-8 (cdr (assoc > "gClefLigatedNumberBelow" smufl-map))) >(ly:wide-char->utf-8 (cdr (assoc "tuplet5" smufl-map) >

Breton bagpipe notation

2014-02-08 Thread guoguocuozuoduo
Hi all, Is it possible to setup the basic template for Breton bagpipe notation? (as opposed to Scottish notation, Breton notation has all melody notes stem-up and all grace notes/embellishments stem-down.) Here is the code for Scottish notation: \version "2.19.2" \layout { \context {

Re: Ligatures in music font

2014-02-08 Thread Noeck
Hi again, >> \markup { >> \fontsize #5 >> \override #`(font-name . ,smufl-font) >> #(markup (string-append >>(ly:wide-char->utf-8 (cdr (assoc >> "gClefLigatedNumberAbove" smufl-map))) >>(ly:wide-char->utf-8 (cdr (assoc "tuplet5" smufl-map) >> } But do y

vertical position of beamed rests

2014-02-08 Thread Casey Anderson
hi all, we are beaming over rests with stemlets, which often pushes the rest up or down, but would like to keep the rest vertically centered in the staff. when we try: \override Score.Rest #'staff-position = #'-0 the rests get positioned correctly, but the beam does not change accordingly to pre

Re: vertical position of beamed rests

2014-02-08 Thread Urs Liska
Casey Anderson schrieb: >hi all, > >we are beaming over rests with stemlets, which often pushes the rest up >or >down, but would like to keep the rest vertically centered in the staff. >when we try: > >\override Score.Rest #'staff-position = #'-0 > >the rests get positioned correctly, but the be

Re: Ligatures in music font

2014-02-08 Thread Nathan
On Sat, Feb 8, 2014 at 2:37 PM, Noeck wrote: > Hi again, > >>> \markup { >>> \fontsize #5 >>> \override #`(font-name . ,smufl-font) >>> #(markup (string-append >>>(ly:wide-char->utf-8 (cdr (assoc >>> "gClefLigatedNumberAbove" smufl-map))) >>>(ly:wide-char->u

Re: vertical position of beamed rests

2014-02-08 Thread Casey Anderson
hi urs, sure, but refactoring all the rests would be very difficult as the score is already completely generated...we are hoping to simply make this change when necessary on a case-by-case basis. any idea how to do so without refactoring the entire score (there are 64 of them)? casey On Sat, Fe

Problems installing Frescobaldi for Mac, issue with py27-pyqt4 install

2014-02-08 Thread Carl Peterson
All (but particularly anyone with experience/knowledge on fresco for mac), I'm trying to install the latest stable of Frescobaldi on my Mac (10.9), and it gets to installing the py27-pyqt4 dependency, and fails with this message: Error: org.macports.configure for port py27-pyqt4 returned: config