Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(654)

Delta Between Two Patch Sets: Documentation/web/community.itexi

Issue 6190068: web: update GSoC subpage (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: typos Created 11 years, 10 months ago
Right Patch Set: remove tablatures Created 11 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @include included/authors.itexi 10 @include included/authors.itexi
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 874
875 @divClass{column-center-top} 875 @divClass{column-center-top}
876 @subheading What is Google Summer of Code? 876 @subheading What is Google Summer of Code?
877 877
878 It is a global program run by Google that offers students stipends 878 It is a global program run by Google that offers students stipends
879 for working on open source software projects during summer vacations. 879 for working on open source software projects during summer vacations.
880 880
881 The LilyPond Team decided that this is an excellent opportunity to find 881 The LilyPond Team decided that this is an excellent opportunity to find
882 new contributors and encourage students already participating in LilyPond 882 new contributors and encourage students already participating in LilyPond
883 development to become more involved. One of our contributors was accepted 883 development to become more involved. One of our contributors was accepted
884 for 2012 edition of the program; we hope to participate in future editions 884 for 2012 edition of the program as part of the
Graham Percival 2012/05/14 18:54:50 I would write """ for the 2012 edition of the prog
janek 2012/05/14 20:31:57 Done.
885 as well. 885 @uref{http://www.gnu.org/, GNU project};
886 we hope to participate in future editions as well.
886 887
887 @divEnd 888 @divEnd
888 889
889 @divClass{column-center-bottom} 890 @divClass{column-center-bottom}
890 @subheading Our 2012 Ideas List 891 @subheading Our 2012 Ideas List
891 892
892 Below is a list of projects that we suggested for GSoC 2012 students. 893 Below is a list of projects that we suggested for GSoC 2012 students.
893 Although the application period is over, we decided to keep this webpage 894 Although the application period is over, we decided to keep this webpage
894 online as an inpiration for anyone who is interested in developing LilyPond. 895 online as an inpiration for anyone who is interested in developing LilyPond.
895 Some members of the development team are willing to help people who would like 896 Some members of the development team are willing to help people who would like
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 (see @uref{http://icking-music-archive.org/lists/sottisier/sottieng.pdf, 1000 (see @uref{http://icking-music-archive.org/lists/sottisier/sottieng.pdf,
1000 section 2.2 here}). If possible, reduce beaming computation time. 1001 section 2.2 here}). If possible, reduce beaming computation time.
1001 1002
1002 @strong{Difficulty:} medium 1003 @strong{Difficulty:} medium
1003 1004
1004 @strong{Requirements:} C++, experience with writing heuristics 1005 @strong{Requirements:} C++, experience with writing heuristics
1005 1006
1006 @strong{Recommended knowledge:} aesthetic sense 1007 @strong{Recommended knowledge:} aesthetic sense
1007 1008
1008 @strong{Mentor(s):} Mike Solomon, Carl Sorensen 1009 @strong{Mentor(s):} Mike Solomon, Carl Sorensen
1009
1010 @subheading Better tablature support
1011
1012 @divClass{keep-bullets}
1013 @itemize
1014
1015 @item
1016 Non-monotonic string tunings, like Ukulele
1017
1018 @item
1019 Create tablature input mode (currently musical information is entered
1020 in western-common-music-notation-terms, i.e. @qq{a quarter f sharp note}
1021 and then converted to tablature) for transcribing medieval lute
1022 tablature
1023
1024 @item
1025 Implement modern tablature features, such as bends, pull-off, hammer-on
1026
1027 @item
1028 If a fretboard shape is defined for a given chord, use this information
1029 when displaying the chord on the staff (and not just display a default
1030 chord shape)
1031
1032 @end itemize
1033 @divEnd
1034
1035 @strong{Difficulty:} easy
1036
1037 @strong{Requirements:} C++
1038
1039 @strong{Recommended knowledge:} tablature notation familiarity
1040
1041 @strong{Mentor(s):} Carl Sorensen
1042 1010
1043 @subheading Clean up various compilation warnings 1011 @subheading Clean up various compilation warnings
1044 1012
1045 Clean up compiler warnings, static code analysis, and valgrind warnings. 1013 Clean up compiler warnings, static code analysis, and valgrind warnings.
1046 Automatic code analysis tools (warnings in @code{g++} and @code{clang}) 1014 Automatic code analysis tools (warnings in @code{g++} and @code{clang})
1047 and analysis tools like valgrind memory leak detection and callgrind 1015 and analysis tools like valgrind memory leak detection and callgrind
1048 code profilers provide valuable information about possible flaws in C++ 1016 code profilers provide valuable information about possible flaws in C++
1049 code. Cleaning these warnings would allow us to automatically reject 1017 code. Cleaning these warnings would allow us to automatically reject
1050 any patch which introduced extra warnings. 1018 any patch which introduced extra warnings.
1051 1019
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 @miscLink{CHANGES-1.5,v1.5 (2)}, 1199 @miscLink{CHANGES-1.5,v1.5 (2)},
1232 @miscLink{CHANGES-1.4,v1.4}, 1200 @miscLink{CHANGES-1.4,v1.4},
1233 @miscLink{CHANGES-1.3,v1.3}, 1201 @miscLink{CHANGES-1.3,v1.3},
1234 @miscLink{CHANGES-1.2,v1.2}, 1202 @miscLink{CHANGES-1.2,v1.2},
1235 @miscLink{CHANGES-1.1,v1.1}, 1203 @miscLink{CHANGES-1.1,v1.1},
1236 @miscLink{CHANGES-1.0,v1.0}, 1204 @miscLink{CHANGES-1.0,v1.0},
1237 @miscLink{CHANGES-0.1,v0.1}, 1205 @miscLink{CHANGES-0.1,v0.1},
1238 @miscLink{CHANGES-0.0,v0.0} 1206 @miscLink{CHANGES-0.0,v0.0}
1239 1207
1240 @divEnd 1208 @divEnd
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b