The stafftab reversed!?

2015-11-16 Thread Mario Moles
Hi lilyponders! It is possible to reverse the staff tab? The first string in place of the sixth? That is a mirror image to the arrangement of the guitar strings? Thank you! /oiram/bin/selom/ /Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni./ /MIB-kernellinux-tester/ htt

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Hi Mario, Here's a possibility: \version "2.18.2" my-music = \relative { c d e f g a b c } \score { \new StaffGroup << \new Staff \my-music \new TabStaff \my-music >> \layout { \context { \Staff \clef "G_8" } } } my-music-alter = \relative { c\2 d\3 e\3 f\3

Re: The stafftab reversed!?

2015-11-17 Thread David Kastrup
Pierre Perol-Schneider writes: > Here's a possibility: > > \version "2.18.2" > > my-music = \relative { c d e f g a b c } > > \score { > \new StaffGroup << > \new Staff \my-music > \new TabStaff \my-music > >> > \layout { > \context { > \Staff > \clef "G_8" > } >

Re: The stafftab reversed!?

2015-11-17 Thread Mario Moles
Thank you! It is a first solution! Although having to always indicate the string is frustrating! Thanks! In data martedì 17 novembre 2015 09:01:09, hai scritto: > Hi Mario, > > Here's a possibility: > > \version "2.18.2" > > my-music = \relative { c d e f g a b c } > > \score { > \new Staff

Re: The stafftab reversed!?

2015-11-17 Thread Thomas Morley
2015-11-16 22:14 GMT+01:00 Mario Moles : > Hi lilyponders! > > It is possible to reverse the staff tab? The first string in place of the > sixth? That is a mirror image to the arrangement of the guitar strings? > Thank you! > -- > > oiram/bin/selom > > Da ognuno secondo le proprie capacità ad ognun

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Nice Harm! This should definitely be in the LSR. Cheers, Pierre 2015-11-17 10:30 GMT+01:00 Thomas Morley : > 2015-11-16 22:14 GMT+01:00 Mario Moles : > > Hi lilyponders! > > > > It is possible to reverse the staff tab? The first string in place of the > > sixth? That is a mirror image to the arra

Re: The stafftab reversed!?

2015-11-17 Thread David Kastrup
Thomas Morley writes: > 2015-11-16 22:14 GMT+01:00 Mario Moles : >> Hi lilyponders! >> >> It is possible to reverse the staff tab? The first string in place of the >> sixth? That is a mirror image to the arrangement of the guitar strings? > > \layout { > \context { > \Score > stringOneT

Re: The stafftab reversed!?

2015-11-17 Thread Thomas Morley
2015-11-17 11:25 GMT+01:00 David Kastrup : > Thomas Morley writes: > >> 2015-11-16 22:14 GMT+01:00 Mario Moles : >>> Hi lilyponders! >>> >>> It is possible to reverse the staff tab? The first string in place of the >>> sixth? That is a mirror image to the arrangement of the guitar strings? >> >> \

Re: The stafftab reversed!?

2015-11-17 Thread Mario Moles
Great! Thank you so match! :) ;) In data martedì 17 novembre 2015 10:30:00, hai scritto: > 2015-11-16 22:14 GMT+01:00 Mario Moles : > > Hi lilyponders! > > > > It is possible to reverse the staff tab? The first string in place of the > > sixth? That is a mirror image to the arrangement of the gui

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Well it is actually in the manual: http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver 2015-11-17 11:46 GMT+01:00 Mario Moles : > Great! Thank you so match! > > :) ;) > > In data martedì 17 novembre 2015 10:30:00, hai scritto: > > > 2015-11-16 22:14 GMT+0

Re: The stafftab reversed!?

2015-11-17 Thread Thomas Morley
2015-11-17 14:14 GMT+01:00 Pierre Perol-Schneider : > Well it is actually in the manual: > http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver This is more or less a listing of the relevant context-properties together with their doc-strings. I wouldn't c

Re: The stafftab reversed!?

2015-11-17 Thread Trevor Daniels
Thomas Morley wrote Tuesday, November 17, 2015 9:31 PM > 2015-11-17 14:14 GMT+01:00 Pierre Perol-Schneider > : >> Well it is actually in the manual: >> http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver > > > > This is more or less a listing of the r

Re: The stafftab reversed!?

2015-11-18 Thread Phil Holmes
- Original Message - From: "Thomas Morley" To: "Pierre Perol-Schneider" Cc: "lilypond-user" Sent: Tuesday, November 17, 2015 9:31 PM Subject: Re: The stafftab reversed!? 2015-11-17 14:14 GMT+01:00 Pierre Perol-Schneider : Well it is actually in the m

Re: The stafftab reversed!?

2015-11-18 Thread Pierre Perol-Schneider
+1 ~Pierre 2015-11-18 10:11 GMT+01:00 Phil Holmes : > The simplest would be to add it as a snippet and tag it as docs. > ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: The stafftab reversed!?

2015-11-19 Thread Thomas Morley
2015-11-18 10:38 GMT+01:00 Pierre Perol-Schneider : > +1 > ~Pierre > > 2015-11-18 10:11 GMT+01:00 Phil Holmes : > >> >> The simplest would be to add it as a snippet and tag it as docs. > > done in LSR: http://lsr.di.unimi.it/LSR/Item?u=1&id=1014 tagged docs currently unapproved, if nobody objects