Re: Transcriber title

2018-01-21 Thread Malte Meyn
Am 22.01.2018 um 06:49 schrieb Brian Barker:   arranger = \markup {     \column {   \fill-line { " " "Arranger: Jacob Collier" }   \fill-line { " " "Transcriber: Álvaro Cáceres Muñoz" }     }   } More simple solution for the same effect (but maybe with less side effects in

Re: Transcriber title

2018-01-21 Thread Brian Barker
At 01:17 22/01/2018 +0100, Álvaro Cáceres Muñoz wrote: I am transcribing Jacob Collier's arrangement of I've Told Every Little Star. Normally I make my own arrangements of songs, so I write in the "composer" and "arranger" titles. However, here I would need to name the original composer

Transcriber title

2018-01-21 Thread Álvaro Cáceres Muñoz
Hi everyone, I am transcribing Jacob Collier's arrangement of I've Told Every Little Star. Normally I make my own arrangements of songs, so I write in the "composer" and "arranger" titles. However, here I would need to name the original composer (Jerome Kern), the arranger (Jacob Collier) and the

GSoC - Chance for non-developers to get involved

2018-01-21 Thread Urs Liska
Hi all, as you may have read we are preparing our Google Summer of Code application for the 2018 season. As LilyPond we hope to participate under the GNU umbrella, and as Frescobaldi we apply for a second year as our own organization. We have invented a new role for this year: the

Re: \set TabStaff.minimumFret = #x

2018-01-21 Thread bb
Sorry, my question was nonsense, my mistake. Obviously works if doing correct. \version "2.19.80" music = {   \clef "bass_8" b'8(d'8)  fis'8(b'8)  g'8( e'8)  cis'8( e'8) |   e,,1\4} bass = \stringTuning \score {   \context Staff <<     \transpose c c, \music   \new

Re: \set TabStaff.minimumFret = #x

2018-01-21 Thread Malte Meyn
Am 21.01.2018 um 14:57 schrieb bb: I use   \set TabStaff.minimumFret = #7   \set TabStaff.restrainOpenStrings = ##t […] Is there any possibility to throw an exception for a single note or a group of notes? How about \once \unset TabStaff.minimumFret ?

\set TabStaff.minimumFret = #x

2018-01-21 Thread bb
I use   \set TabStaff.minimumFret = #7   \set TabStaff.restrainOpenStrings = ##t because I get a handy fingering. BUT there are some bass notes that I only get with the low open string. But that is not allowed due to the settings above and I get a warning